This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
RE: Photo Gallery from a view? ~Michelle Rewepulakoi 27.Jan.04 09:08 PM a Web browser Domino Designer 6.5All Platforms
Its using an embedded view using HTML.
Im not wanting to Limit the number of entries, Im wanting to make the entries display in a grid fashon and not just a list.
Here is an html example
<table>
<tr>
<td>IMAGE</td>
<td>IMAGE</td>
<td>IMAGE</td>
</tr><tr>
<td>IMAGE</td>
<td>IMAGE</td>
<td>IMAGE</td>
</tr>
</table>
NOw the ONLY way i can do that is to FIgure a way to use the modulus operator within the VIEW formula.
Make sense?